home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD1.iso / toolkit / files / interarchy-41.hqx / Interarchy 4.1 / Extras / Scripting Support / AppleScripts / Get Selection < prev    next >
Encoding:
Text File  |  2000-08-05  |  157 b   |  7 lines

  1.  
  2. -- comment out the select all statement to only get what is currently selected
  3. tell application "Interarchy"
  4.     selectall
  5.     get contents of selection
  6. end tell
  7.